home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / GFX-Viewer / SViewII / SuperViewLibrary / SQ-Operators / SQOilPaint.doc < prev    next >
Text File  |  1999-03-29  |  2KB  |  76 lines

  1.  
  2.   SQOilPaint.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.5
  9.   Release Date : 11.01.1998
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQOilPaint.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This operator applies an oil paint effect to an image.
  23.  
  24.   This  effect  takes  a  quite  long  time to apply as the effect is quite
  25.   complex. The larger the range, the longer it takes to apply.
  26.  
  27.   ***NOTE:  This  operator will only work on a 24 bit buffer. This is not a
  28.   major  problem  as you can apply the AnyTo24Bit.svoperator first and then
  29.   apply this operator quite successfully.
  30.  
  31.   ControlPad-Switches
  32.   ~~~~~~~~~~~~~~~~~~~
  33.   ControlPad-Name     : "ENV:superview-library/SQOilPaint.controlpad"
  34.   ControlPad-Commands : - RANGE=<1..16>
  35.                           ; This controls the range of the effect.
  36.                           ;
  37.                           ; The following controlpads allow you to apply
  38.                           ; this operator to a rectangular region of the
  39.                           ; image.
  40.                         - REGION=<ENTIREIMAGE|RECTANGULAR>
  41.                           ; area of image to work on
  42.                         - LEFTEDGE=<Value>
  43.                           ; crop from x position
  44.                           ; (will be adjusted, if >= source width)
  45.                         - TOPEDGE=<Value>
  46.                           ; crop from y position
  47.                           ; (will be adjusted, if >= source height)
  48.                         - WIDTH=<Value>
  49.                           ; crop how many x pixels from leftedge
  50.                           ; (will be adjusted, if too large)
  51.                         - HEIGHT=<Value>
  52.                           ; crop how many y pixels from topedge
  53.                           ; (will be adjusted, if too large)
  54.  
  55.   Author
  56.   ~~~~~~
  57.   Steve Quartly
  58.   1280 Stevens St
  59.   MUNDARING
  60.   Western Australia        steveq@mafeking.scouts.org.au
  61.  
  62.   History
  63.   ~~~~~~~
  64.   V1.0 (01.09.1995) :
  65.  
  66.    - first public release
  67.  
  68.   V3.1 (1.1.1996)   :
  69.  
  70.    - added progress indicator support
  71.  
  72.     V3.5 (11.01.98)   :
  73.  
  74.      - updated to support semaphores
  75.      - fix bug with REGION control pad
  76.